-
Notifications
You must be signed in to change notification settings - Fork 48
Remove proxy #474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove proxy #474
Conversation
This pull request was exported from Phabricator. Differential Revision: D77941641 |
Summary: The proxy was a construct previously used to for other processes to communicate with the simulator. Since all simulation is now done in a single process we no longer need this and can delete a nice chunk of code Differential Revision: D77941641
9f595ff
to
83bfc84
Compare
This pull request was exported from Phabricator. Differential Revision: D77941641 |
Summary: The proxy was a construct previously used to for other processes to communicate with the simulator. Since all simulation is now done in a single process we no longer need this and can delete a nice chunk of code Differential Revision: D77941641
83bfc84
to
6e19d3b
Compare
This pull request was exported from Phabricator. Differential Revision: D77941641 |
Summary: Pull Request resolved: pytorch-labs#474 The proxy was a construct previously used to for other processes to communicate with the simulator. Since all simulation is now done in a single process we no longer need this and can delete a nice chunk of code Differential Revision: D77941641
a1dfaf8
to
88f5a49
Compare
Summary: The proxy was a construct previously used to for other processes to communicate with the simulator. Since all simulation is now done in a single process we no longer need this and can delete a nice chunk of code Differential Revision: D77941641
This pull request was exported from Phabricator. Differential Revision: D77941641 |
Summary: Pull Request resolved: pytorch-labs#474 The proxy was a construct previously used to for other processes to communicate with the simulator. Since all simulation is now done in a single process we no longer need this and can delete a nice chunk of code Differential Revision: D77941641
88f5a49
to
8518a6d
Compare
Summary: The proxy was a construct previously used to for other processes to communicate with the simulator. Since all simulation is now done in a single process we no longer need this and can delete a nice chunk of code Reviewed By: kaiyuan-li Differential Revision: D77941641
8518a6d
to
6d582de
Compare
This pull request was exported from Phabricator. Differential Revision: D77941641 |
6d582de
to
88cd5a5
Compare
Summary: Pull Request resolved: pytorch-labs#474 The proxy was a construct previously used to for other processes to communicate with the simulator. Since all simulation is now done in a single process we no longer need this and can delete a nice chunk of code Reviewed By: kaiyuan-li Differential Revision: D77941641
Summary: The proxy was a construct previously used to for other processes to communicate with the simulator. Since all simulation is now done in a single process we no longer need this and can delete a nice chunk of code Reviewed By: kaiyuan-li Differential Revision: D77941641
This pull request was exported from Phabricator. Differential Revision: D77941641 |
Summary: Pull Request resolved: pytorch-labs#474 The proxy was a construct previously used to for other processes to communicate with the simulator. Since all simulation is now done in a single process we no longer need this and can delete a nice chunk of code Reviewed By: kaiyuan-li Differential Revision: D77941641
88cd5a5
to
42a0915
Compare
Summary: The proxy was a construct previously used to for other processes to communicate with the simulator. Since all simulation is now done in a single process we no longer need this and can delete a nice chunk of code Reviewed By: kaiyuan-li Differential Revision: D77941641
42a0915
to
51087e5
Compare
Summary: The proxy was a construct previously used to for other processes to communicate with the simulator. Since all simulation is now done in a single process we no longer need this and can delete a nice chunk of code Reviewed By: kaiyuan-li Differential Revision: D77941641
Summary: Pull Request resolved: pytorch-labs#474 The proxy was a construct previously used to for other processes to communicate with the simulator. Since all simulation is now done in a single process we no longer need this and can delete a nice chunk of code Reviewed By: kaiyuan-li Differential Revision: D77941641
This pull request was exported from Phabricator. Differential Revision: D77941641 |
51087e5
to
c4e53ae
Compare
This pull request has been merged in 62459b3. |
Summary: The proxy was previously used since the simulator and the python were run in separate processes. Since both are now run in the same process we no longer need a proxy
Differential Revision: D77941641